GtkGestureMultiPress: Remove superfluous NULL check
authorTimm Bäder <mail@baedert.org>
Thu, 27 Apr 2017 15:54:49 +0000 (17:54 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 28 Apr 2017 09:27:09 +0000 (11:27 +0200)
commit79de641e9b105c782ea320fd2ed912dd6819dffb
treedc422ffc18ee539dcb8bc354a4cb9216e8b65fd2
parent80fe1dfe0292d44ad9c3348959494f639089525b
GtkGestureMultiPress: Remove superfluous NULL check

The rect parameter in gtk_gesture_multi_press_set_area is annotated as
nullable and the code handles the rect==NULL case, but the
g_return_if_fail kept that case from ever happening.
gtk/gtkgesturemultipress.c